/*footer*/
.footer{
	margin-top: 30px;
	background-color: #333333;
	height: 200px;
	font-size: 14px;
}
.footer .footer-main{
	width: 1000px;
	margin: auto;
	height: 200px;
}
.footer .main{
	display: inline-block;
	margin: 30px 35px;
}
.footer p{
	line-height: 25px;
	font-size: 12px;
	color: #fff;
}
.footer p a:not(.first){
	margin-left: 5px;
}
.footer p a{
	color: #fff;
	margin-right:  5px;
}
.footer .i1,.footer .i2{
	vertical-align: top;
	margin-top: 43px;
}